home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-2.dxr / Internal_17_boton volver lupa.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  269 b   |  14 lines

  1. on mouseUp
  2.   repeat with xx = 1 to 30
  3.     set the visible of sprite xx to 1
  4.   end repeat
  5.   set the visible of sprite 46 to 1
  6.   puppetSprite(31, 0)
  7.   puppetSprite(33, 0)
  8.   puppetSprite(34, 0)
  9.   puppetSprite(38, 0)
  10.   cursor(-1)
  11.   puppetTransition(26, 0)
  12.   go("pase")
  13. end
  14.